package com.telcordia.cvas.rpn;

import org.junit.Test;

public class BinaryOperatorShould {
	@Test
	public void callExtensionPointWithCorrectOperators() {
	}
}
